home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d26 / sf40_a.arc / START.BAS (.txt) < prev    next >
Encoding:
GW-BASIC  |  1990-12-09  |  1.6 KB  |  28 lines

  1. 5  SCREEN 0:WIDTH 80:COLOR  15,1,9
  2. 10  CLS:KEY OFF
  3. 15  PRINT"            Welcome to S I G N  F R I E N D S by Fran O'Gorman (c)1989.":PRINT
  4. 16           WIDTH 80:COLOR 14,1,9
  5. 25  PRINT"      Sign Friends was designed to provide an interactive learning environment
  6. 30  PRINT"  for those who would find it useful-- Hearing or deaf, speaking or nonverbal,
  7. 40  PRINT"  user or interpreter.  While fingerspelling is less used, it is a necessary
  8. 50  PRINT"  skill.  Knowledge of the alphabet is essential.  Many words are based on"
  9. 55  PRINT"  that, which will become more apparent as one progresses."
  10. 60  PRINT"      This program is dedicated to my daughter Mary.  Many people have helped,
  11. 70  PRINT"  most notably, Dr.Abrams, R.Calloway, T.BenAvraham, Anthony Grillo, my"
  12. 80  PRINT"  sister Viva, Ron and Janis Kracht, Marshall DuBois, to mention a few.
  13. 85  'PRINT"      This program is designed especially for children, parents and teachers."
  14. 116  PRINT"      This is a Shareware program.  In order to continue this work, the need
  15. 117  PRINT"  for user encouragement cannot be overstated.  If this program is found to"
  16. 118  PRINT"  to be useful, a registration of $30 to the address below, will aid in the"
  17. 119  PRINT"  continuation of this work.  Registration entitles the registrant to future"
  18. 120  PRINT"  updates.  Sign Friends is protected by U.S. copyright laws with all rights"
  19. 121  PRINT"  reserved.
  20. 122  PRINT"                             Sign Friends
  21. 123  PRINT"                             79 Glenmere Ave.
  22. 124  PRINT"                             Florida, N.Y.10921":PRINT
  23. 125           WIDTH 80:COLOR  31,1,9
  24. 190  PRINT"                 S E T  <Caps Lock> in L O C K E D position."
  25. 200  PRINT"                       ---Press key to continue---
  26. 210  IF INKEY$=""THEN 210
  27. 220  CHAIN "TIME",,ALL
  28.